home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / InterLaunch 1.1.2 / src / the_defines.h < prev    next >
Text File  |  1995-12-13  |  2KB  |  73 lines

  1. /* ----------------------------------------------------------------------
  2. defines
  3. ---------------------------------------------------------------------- */
  4. #define    NIL                    0L
  5. #define STD_BUTTON            0
  6.  
  7. #define MENU_BASE_ID        100
  8.  
  9. #define    MENU_APPLE_ID        100
  10. #define    MENU_FILE_ID        200
  11.  
  12. #define    APPLE_ABOUT            1
  13.  
  14. #define    FILE_QUIT            1
  15.  
  16. #define    EDIT_UNDO            1
  17. #define    EDIT_CUT            3
  18. #define    EDIT_COPY            4
  19. #define    EDIT_PASTE            5
  20. #define    EDIT_CLEAR            6
  21. #define EDIT_SELECT_ALL        7
  22.  
  23. #define DLOG_ABOUT            100
  24. #define DLOG_ABOUT_OK        1
  25. #define DLOG_ABOUT_PICT        2
  26.  
  27. #define DLOG_STATUS            128
  28.  
  29. #define DLOG_LAUNCHER            200
  30. #define DLOG_LAUNCHER_PPP        1
  31. #define DLOG_LAUNCHER_MAIL        2
  32. #define DLOG_LAUNCHER_NEWS        3
  33. #define DLOG_LAUNCHER_FTP        4
  34. #define DLOG_LAUNCHER_WEB        5
  35. #define DLOG_LAUNCHER_TELNET    6
  36.  
  37. // 200 - Mppp - Config PPP
  38. // 300 - INWS - InterNews
  39. // 400 - NNTP - Newswatcher
  40. // 500 - MOSS - Netscape
  41. // 550 - MOS! - NCSA Mosaic
  42. // 600 - MWEB - MacWeb
  43. // 700 - NCSA - NCSA Telnet
  44. // 800 - Arch - Anarchie
  45. // 900 - CSOm - Eudora
  46.  
  47. #define TYPE_CDEV            'cdev'
  48. #define TYPE_FINDER            'FNDR'
  49. #define CREATOR_SYSTEM        'MACS'
  50. #define CREATOR_PPP            'Mppp'
  51. #define CREATOR_MAIL        'CSOm'
  52. #define CREATOR_NEWS        'NNTP'
  53. #define CREATOR_FTP            'Arch'
  54. #define CREATOR_WEB            'MOSS'
  55. #define CREATOR_TELNET        'NCSA'
  56.  
  57. #define PPP_CONTROL            200
  58. #define NEWS_CONTROL        400
  59. #define WEB_CONTROL            500
  60. #define TELNET_CONTROL        700
  61. #define FTP_CONTROL            800
  62. #define MAIL_CONTROL        900
  63.  
  64.  
  65. #define SYSTEM_PPAT            16
  66. #define BACKGROUND_PICT        2001
  67.  
  68. #define    WNE_TRAP_NUM        0x60
  69. #define    UNIMPL_TRAP_NUM        0x9F
  70. #define    SUSPEND_RESUME_BIT    0x0001
  71. #define    RESUMING            1
  72. #define    MIN_SLEEP            60L
  73.